home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
marionettemadness.swf
/
scripts
/
DefineSprite_270
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
717b
|
28 lines
_parent.lsl.instructionsButton._visible = false;
pBtn.onRollOver = iBtn.onRollOver = function()
{
this.nextFrame();
};
mBtn.onRollOut = mBtn.onReleaseOutside = function()
{
this.prevFrame();
};
mBtn.onRelease = function()
{
this._parent._parent.initRound(this._parent._parent.round);
this._parent.gotoAndStop("off");
};
_root.setButtonRO(startGame,true);
_root.setButtonRO(instructions,true);
instructions.onRelease = function()
{
this._parent.nextFrame();
};
startGame.onRelease = function()
{
var _loc3_ = _root.restartGame;
_root.slideMeY(this._parent,this._parent.yUp,0.7,"easeInBack",0,_loc3_);
_root.slideMeY(_root.buddies,_root.buddies.yDown,0.7);
};
stop();